home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / music / omdpt123.lha / OMED_PT123.lzx / rexx / plsg_f6.omed < prev    next >
Text File  |  1980-04-22  |  201b  |  12 lines

  1. /* Play Song from F6 - Case 29-10-95 */
  2.  
  3. address OCTAMED_REXX
  4. options results
  5.  
  6. call open("f_keys","T:f_keys.omedtemp",R)
  7. f6 = readln("f_keys")
  8. call close("f_keys")
  9.  
  10. 'ed_goto line' f6
  11. 'pl_contsong'
  12. exit